<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.owl-theme .owl-controls{
	text-align: center;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0; right: 0; margin: 0 auto;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-nav div{ width:83px; height:14px; position:absolute; bottom: -80px;}
.owl-theme .owl-controls .owl-dots{ margin-top:30px; display: none !important;}

.owl-theme .owl-controls .owl-nav .owl-prev{ left:30px; background:url(../images/news_prev.png) no-repeat 100%;}
.owl-theme .owl-controls .owl-nav .owl-prev:hover{ background:url(../images/news_prev_on.png) no-repeat 100%;}
.owl-theme .owl-controls .owl-nav .owl-next{ right:30px; background:url(../images/news_next.png) no-repeat 100%;}
.owl-theme .owl-controls .owl-nav .owl-next:hover{ background:url(../images/news_next_on.png) no-repeat 100%;}


@media screen and (max-width:1200px){
.owl-theme .owl-controls .owl-nav .owl-prev,.team_content_wen .owl-theme .owl-controls .owl-nav .owl-prev{ left:0 !important;}
.owl-theme .owl-controls .owl-nav .owl-next,.team_content_wen .owl-theme .owl-controls .owl-nav .owl-next{ right:0!important;}

}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls .owl-nav div:hover{
	text-decoration: none;
}

/* Styling dots*/
.owl-theme .owl-dots .owl-dot{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}

.owl-theme .owl-dots .owl-dot span{
	-webkit-backface-visibility: visible;
	display: block;
	width: 13px;
	height: 13px;
	margin: 5px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #bfbfbf;
	transition-property: opacity;
  	transition-duration: 200ms;
  	transition-timing-function: ease;
}

.owl-theme .owl-dots .owl-dot.active span{
	background:#00a0ae;
}
</pre></body></html>